home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / p1b.htm1 < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  4.9 KB  |  137 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6.     <head>
  7. <!-- Inserted by TRADOS: --><META HTTP-EQUIV="content-type" CONTENT="text/html; charset=windows-1252">
  8.  
  9.         <meta http-equiv="MSThemeCompatible" content="yes" />
  10.         <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  11.         <script src="ccc.js"></script>
  12.         <script language="javascript">
  13.         <!--
  14.             function SetDataFields()
  15.             {
  16.                 var sCode = getParamVal("installationcode");
  17.                 if (sCode != null && sCode.length == 24)
  18.                 {
  19.                     var ss = sCode.split("-");
  20.                     if (ss.length == 5)
  21.                     {
  22.                         for (i = 0; i < 5; i++)
  23.                         {
  24.                             var oField = document.getElementById("txtInstCode" + (i + 1));
  25.                             if (oField != null)
  26.                                 oField.value = ss[i].toUpperCase();
  27.                         }
  28.                     }
  29.                 }
  30.                 sCode = getParamVal("key");
  31.                 if ((sCode != null) && (sCode.length > 0))
  32.                 {
  33.                     location = "pcucmd://StoreParam?key=" + sCode;
  34.                     var oKey = document.getElementById("txtKey");
  35.                     if (null != oKey)
  36.                     {
  37.                         oKey.value = sCode.toUpperCase();
  38.                         oKey.readOnly = true;
  39.                     } 
  40.                 }
  41.                 sCode = getParamVal("SourceID");
  42.                 var sNumDays = getParamVal("NumDays");
  43.                 if (sCode != null)
  44.                 {
  45.                     var oField = document.getElementById("txtID");
  46.                     if (oField != null)
  47.                     {
  48.                         if (sNumDays != null)
  49.                             sCode = sCode + " " + sNumDays;
  50.                         
  51.                         oField.value = sCode;
  52.                     }
  53.                 }
  54.             }
  55.             
  56.             function OnTxtFieldChanging()
  57.             {
  58.                 var oKey = document.getElementById("txtKey");
  59.                 var oAct = document.getElementById("txtActivationCode");
  60.                 
  61.                 if (oKey != null)
  62.                     location = "pcucmd://StoreParam?key=" + oKey.value;
  63.  
  64.                 if (oAct != null)
  65.                     location = "pcucmd://StoreParam?activationcode=" + oAct.value;
  66.  
  67.                 if (oKey != null &&    oAct != null && 
  68.                       ValidateSerial(oKey.value) && ValidateActCode(oAct.value))
  69.                 {
  70.                     location="pcucmd://CanContinue?enable=true";
  71.                 }
  72.                 else
  73.                 {
  74.                     location="pcucmd://CanContinue?enable=false";
  75.                 }
  76.             }
  77.         -->
  78.         </script>
  79.     </head>
  80.     <body onload="location='pcucmd://FrameDataLoaded'; SetDataFields();" tabindex="-1">
  81.         <div id="pcu_data" style="DISPLAY: none">
  82.             PageDimension:630,440
  83.         </div>
  84.         <div id="ButtonBar" style="display:none">
  85.             <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0" ID="Table1">
  86.                 <tr>
  87.                     <td align="right" valign="middle">
  88.                         <button accesskey="B" type="button" id="btnBack" name="btnBack" onclick="location='pcucmd://Previous/'">< <u>Z</u>urück</button>
  89.                         <button accesskey="O" type="submit" id="btnContinue" name="btnContinue" disabled="true" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Unlock/'; location='pcucmd://Next?condition=true'">W<u>e</u>iter</button>
  90.                         <button accesskey="C" type="button" id="btnCancel" name="btnCancel" onclick="window.focus(); event.srcElement.focus(); location='pcucmd://Cancel'"><u>A</u>bbrechen</button>
  91.                     </td>
  92.                 </tr>
  93.             </table>
  94.         </div>
  95.         <h3><b>Corel Kundendienst</b></h3>
  96.         Um eine Liste mit den verfügbaren internationalen Rufnummern des Corel Kundendienstes anzuzeigen, klicken Sie auf die Schaltfläche „Kundendienst“.
  97.         <p align="center">
  98.             <button accesskey="S" type="button" onclick="location='pcucmd://browse?url=' + ExpandRelativeURL('CCS-phone.htm')"><u>K</u>undendienst</button>
  99.         </p>
  100.         Um den Vorgang fortzusetzen, geben Sie bitte unten in die entsprechenden Felder den Schlüssel und den Aktivierungscode ein, die Sie vom Kundendienst erhalten haben. <br /> <br />
  101.         <table width="100%">
  102.             <tr>
  103.                 <td width="25%" align="right">
  104.                     <label for="txtInstCode1" accesskey="I"><u>I</u>nstallationscode:</label>
  105.                 </td>
  106.                 <td width="75%">
  107.                     <input type="text" readonly="true" size="5" id="txtInstCode1" />-<input type="text" readonly="true" size="5" id="txtInstCode2" />-<input type="text" readonly="true" size="5" id="txtInstCode3" />-<input type="text" readonly="true" size="5" id="txtInstCode4" />-<input type="text" readonly="true" size="5" id="txtInstCode5" />
  108.                 </td>
  109.             </tr>
  110.             <tr>
  111.                 <td width="25%" align="right">
  112.                     <label for="txtKey" accesskey="K"><u>S</u>chlüssel:</label>
  113.                 </td>
  114.                 <td width="75%">
  115.                     <input type="text" id="txtKey" size="40" onkeyup="OnTxtFieldChanging()" />
  116.                 </td>
  117.             </tr>
  118.             <tr>
  119.                 <td width="25%" align="right">
  120.                     <label for="txtActivationCode" accesskey="A"><u>A</u>ktivierungscode:</label>
  121.                 </td>
  122.                 <td width="75%">
  123.                     <input type="text" id="txtActivationCode" size="40" onkeyup="OnTxtFieldChanging()" />
  124.                 </td>
  125.             </tr>
  126.             <tr>
  127.                 <td width="25%" align="right">
  128.                     <label for="txtID" accesskey="D">I<u>D</u>:</label>
  129.                 </td>
  130.                 <td width="75%">
  131.                     <input type="text" readonly="true" size="10" id="txtID" />
  132.                 </td>
  133.             </tr>
  134.         </table>
  135.     </body>
  136. </html>
  137.